home *** CD-ROM | disk | FTP | other *** search
- Message-ID: <3124A4D5.FF@novell.com>
- Date: Fri, 16 Feb 1996 08:37:57 -0700
- From: Jeff Robison <jeffr@novell.com>
- Organization: Novell Applications Group
- X-Mailer: Mozilla 2.0 (Win95; I)
- MIME-Version: 1.0
- Newsgroups: comp.lang.c++
- Subject: Am I imagining auto_ptr?
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- Path: news.provo.novell.com!
-
- It seems like I recently read or heard or dreamed about a new keyword/type/whatever
- in the C++ draft standard called an auto_ptr. I believe it will automatically
- delete its contents when it goes out of scope. Something like this would be
- incredibly useful when handling (or rather not having to handle) exceptions.
-
- Am I imagining things, or does such a beast exist? If it does exist, can you point
- me to some syntax/usage documentation?
-
- Thanks in advance,
- Jeff
-